Scheduler for WPF
Sort(IComparer<Appointment>) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > AppointmentList クラス > Sort メソッド : Sort(IComparer<Appointment>) メソッド
The IComparer{Appointment} implementation to use when comparing elements, or a null reference (Nothing in Visual Basic) to use the default comparer.
Sorts the elements in the entire AppointmentList using the specified comparer.
シンタックス
'宣言
 
Public Overloads Sub Sort( _
   ByVal comparer As System.Collections.Generic.IComparer(Of Appointment) _
) 
public void Sort( 
   System.Collections.Generic.IComparer<Appointment> comparer
)

パラメータ

comparer
The IComparer{Appointment} implementation to use when comparing elements, or a null reference (Nothing in Visual Basic) to use the default comparer.
参照

AppointmentList クラス
AppointmentList メンバ
オーバーロード一覧